计算机与现代化 ›› 2010, Vol. 1 ›› Issue (01): 120-123,.doi: 10.3969/j.issn.1006-2475.2010.01.034

• 图像处理 • 上一篇    下一篇

基于视频图像的人脸检测与统计

徐麒,王继成   

  1. 同济大学电子与信息工程学院计算机系,上海 201804
  • 收稿日期:2009-08-17 修回日期:1900-01-01 出版日期:2010-01-15 发布日期:2010-01-15

Real-time Face Detection and Statistics Based on Video Image

XU Qi,WANG Ji-cheng   

  1. Department of Computer Science, Tongji University, Shanghai 201804, China
  • Received:2009-08-17 Revised:1900-01-01 Online:2010-01-15 Published:2010-01-15

摘要: 叙述如何在复杂背景下的图像或视频中判断是否有人脸,若有,则统计个数。实现原理是基于AdaBoost算法,提取Haar特征和训练得到的级联分类器对人脸进行识别。改进之处在于动态调整各级联分类器的权重,对识别率高的级联分类器(如正脸级联分类器)加大其权重,识别率低的级联分类器(如侧脸级联分类器)降低其权重。试验结果表明,该方法可以更加快速、更加准确地实现人脸检测,具有较好的实时性。

关键词: AdaBoost算法, Haar特征, 级联分类器, 人脸识别

Abstract: This article describes how to judge whether there are any faces in the video or image, if there are, it will count out the number of the faces. The principle of implementation is based on AdaBoost algorithm. This paper selectes Haar-like characteristics and trained cascaded classifiers to recognize the faces. The improvment is adjusting weight to every cascaded classifier dynamically, set heavy weight for cascaded classifiers with higher accuracy and low weight for cascaded classifiers with lower accuracy. Experimental results indicate that the method is fast and reliable and meets the requirement of realtime system.

Key words: AdaBoost algorithm, Haar-like characteristic, cascaded classifiers, face recognition

中图分类号: